Create: Above and Beyond Modpack Wiki
createaabwiki
https://createaab.miraheze.org/wiki/Main_Page
MediaWiki 1.41.0
first-letter
Media
Special
Talk
User
User talk
Create: Above and Beyond Modpack Wiki
Create: Above and Beyond Modpack Wiki talk
File
File talk
MediaWiki
MediaWiki talk
Template
Template talk
Help
Help talk
Category
Category talk
Module
Module talk
Main Page
0
1
1
2024-04-03T13:22:21Z
MediaWiki default
1
Welcome to Miraheze!
wikitext
text/x-wiki
__NOTOC__
== Welcome to {{SITENAME}}! ==
This Main Page was created automatically and it seems it hasn't been replaced yet.
=== For the bureaucrat(s) of this wiki ===
Hello, and welcome to your new wiki! Thank you for choosing Miraheze for the hosting of your wiki, we hope you will enjoy our hosting.
You can immediately start working on your wiki or whenever you want.
Need help? No problem! We will help you with your wiki as needed. To start, try checking out these helpful links:
* [[mw:Special:MyLanguage/Help:Contents|MediaWiki guide]] (e.g. navigation, editing, deleting pages, blocking users)
* [[meta:Special:MyLanguage/FAQ|Miraheze FAQ]]
* [[meta:Special:MyLanguage/Request features|Request settings changes on your wiki]]. (Extensions, Skin and Logo/Favicon changes should be done through [[Special:ManageWiki]] on your wiki, see [[meta:Special:MyLanguage/ManageWiki|ManageWiki]] for more information.)
==== I still don't understand X! ====
Well, that's no problem. Even if something isn't explained in the documentation/FAQ, we are still happy to help you. You can find us here:
* [[meta:Special:MyLanguage/Help center|On our own Miraheze wiki]]
* On [[phorge:|Phorge]]
* On [https://miraheze.org/discord Discord]
* On IRC in #miraheze on irc.libera.chat ([irc://irc.libera.chat/%23miraheze direct link]; [https://web.libera.chat/?channel=#miraheze webchat])
=== For visitors of this wiki ===
Hello, the default Main Page of this wiki (this page) has not yet been replaced by the bureaucrat(s) of this wiki. The bureaucrat(s) might still be working on a Main Page, so please check again later!
070d9e6457eab136df99905438a1f57c037772b0
9
1
2024-04-22T02:15:56Z
The-Nameless
2
Started adding description from Curseforge page.
wikitext
text/x-wiki
__NOTOC__
== Welcome to the {{SITENAME}}! ==
<nowiki>*</nowiki>Disclaimer*
This wiki is an unofficial, fan-made project. I am neither associated nor endorsed with the Create: Above and Beyond development team.
From the [https://www.curseforge.com/minecraft/modpacks/create-above-and-beyond Curseforge page] for the Modpack:
Create: Above and Beyond adds a variety of mods and compiles them into an epic technological journey toward space travel.
About fifty inventions lie between you and the moon. Thousands of components will flow into and through the ever-growing sequence of your machines, providing the means to explore the next level of technology.
233ca346ffdd04700d3797371d8dd600155365c5
10
9
2024-04-22T15:58:46Z
The-Nameless
2
Finished Curseforge description
wikitext
text/x-wiki
__NOTOC__
== Welcome to the {{SITENAME}}! ==
<nowiki>*</nowiki>Disclaimer*
This wiki is an unofficial, fan-made project. I am neither associated nor endorsed with the Create: Above and Beyond development team.
From the [https://www.curseforge.com/minecraft/modpacks/create-above-and-beyond Curseforge page] for the Modpack:
Create: Above and Beyond adds a variety of mods and compiles them into an epic technological journey toward space travel.
About fifty inventions lie between you and the moon. Thousands of components will flow into and through the ever-growing sequence of your machines, providing the means to explore the next level of technology.
Your entire factory will be put to a test as final products flow into the Data Centre, programming the Guidance computer of your Spaceship. Every step of the way is different, some may even differ depending on the generation seed of your World.
Tired of the grind? Fund the operation with coin provided either from various errands, or your chosen professions. Automatically ship produce from your farms or gather other players to aid you in your mission. Then you can purchase all manner of resources, artifacts and building blocks from the market.
c5283ca7432c1e296d7f0e52499ec26f76ac3aab
File:Monocraft.woff
6
2
2
2024-04-03T14:47:34Z
The-Nameless
2
The Monocraft font to use as the main font of the wiki.
wikitext
text/x-wiki
== Summary ==
The Monocraft font to use as the main font of the wiki.
35fdca66eab52b0a1d64461939bee6bc3ea027fe
MediaWiki:Common.css
8
3
3
2024-04-03T14:52:51Z
The-Nameless
2
Added Monocraft font?
css
text/css
@font-face {
font-family: "Monocraft";
src:
local("Monocraft"),
url("Monocraft.woff") format("opentype") tech(color-COLRv1)
}
b06fbf55090aa74528d8124fcd441eeab26ea406
4
3
2024-04-03T15:01:14Z
The-Nameless
2
Hopefully added Monocraft font.
css
text/css
@font-face {
font-family: "Monocraft";
src: url("Monocraft.woff") format("woff"),
}
h1 {
font-family: 'Monocraft', Arial, sans-serif;
font-weight:normal;
font-style:normal;
}
7e8790cc4418c3ec1abc2f11651ffe1b7c7e9b32
5
4
2024-04-03T15:02:00Z
The-Nameless
2
Removed the stuff I just added.
css
text/css
da39a3ee5e6b4b0d3255bfef95601890afd80709
6
5
2024-04-03T15:25:11Z
The-Nameless
2
Changed default font to Monocraft.
css
text/css
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
body {
font-family: "Monocraft", sans-serif;
}
/* Changes the default font used for MediaWiki headings to Noto Serif: */
#content h1,
#content h2 {
font-family: "Monocraft", serif;
}
8e46778796f0c6a83ba2f9a4e049691c050b0219
7
6
2024-04-03T15:28:53Z
The-Nameless
2
Maybe this works?
css
text/css
@import url('Monocraft.woff');
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
body {
font-family: "Monocraft", sans-serif;
}
/* Changes the default font used for MediaWiki headings to Noto Serif: */
#content h1,
#content h2 {
font-family: "Monocraft", serif;
}
889ad72870ca16d1fe2fd0886cdd9dd9c94ae06a
8
7
2024-04-10T13:03:38Z
The-Nameless
2
Reverted font change
css
text/css
da39a3ee5e6b4b0d3255bfef95601890afd80709
Andesite Alloy
0
4
11
2024-04-23T00:42:25Z
The-Nameless
2
Added short description of Andesite Alloy and the process of crafting it by hand in the pack
wikitext
text/x-wiki
Andesite Alloy is a key material and crafting ingredient for many Create items. Among these are Andesite Casing, Crushing Wheels, and most importantly, the ever-necessary Cogs and Shafts. In Above and Beyond its recipe has been changed from that of the base mod to make the process slightly more difficult. First, one must craft either two Kelp or Seagrass with two Clay Balls in the crafting grid to create Algal Blend (from the Architect's Palette mod). These must then be smelted into Algal Bricks. Finally, two Algal Bricks are combined with two Andesite Cobblestone in a crafting grid to craft *** Andesite Alloy.
b74a69604e98510ed43a04debfb0d475b31f8b80